diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2013-11-01 10:41:16 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2013-11-01 10:41:16 +0100 |
commit | 010fd8a471bc60ea1490d43bc6d32d5dcc77c18d (patch) | |
tree | dc242703fc0f525d89d396c0a0f82493b6d0a33c /docs/plugins/gst-plugins-bad-plugins.args | |
parent | 411cf48db7a2eeaf3c22ef8d47ddc1781e7ede6d (diff) | |
download | gstreamer-plugins-bad-010fd8a471bc60ea1490d43bc6d32d5dcc77c18d.tar.gz |
yadif: Fix compiler warning caused by specifying const twice
yadif.c:49:24: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
DECLARE_ASM_CONST (16, const xmm_reg, pb_1) = {
^
yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST'
#define DECLARE_ASM_CONST(n,t,v) static const t __attribute__((used)) __attribute__ ((aligned (n))) v
^
yadif.c:52:24: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier]
DECLARE_ASM_CONST (16, const xmm_reg, pw_1) = {
^
yadif.c:33:50: note: expanded from macro 'DECLARE_ASM_CONST'
#define DECLARE_ASM_CONST(n,t,v) static const t __attribute__((used)) __attribute__ ((aligned (n)))
Diffstat (limited to 'docs/plugins/gst-plugins-bad-plugins.args')
0 files changed, 0 insertions, 0 deletions