diff options
author | Benjamin Otte <otte@redhat.com> | 2010-03-21 21:39:18 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-03-21 21:39:18 +0100 |
commit | f96e4f15817974e8d3675bfe3980cdf02815bd74 (patch) | |
tree | 8eb2ba9bc6058e9a8d5ad2a46e6bd5034e3f3813 /gst/siren/dct4.h | |
parent | 46f4c7a6c127dbd20fd9f88a10518e084501cd36 (diff) | |
download | gstreamer-plugins-bad-f96e4f15817974e8d3675bfe3980cdf02815bd74.tar.gz |
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
Diffstat (limited to 'gst/siren/dct4.h')
-rw-r--r-- | gst/siren/dct4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/siren/dct4.h b/gst/siren/dct4.h index 6394b1312..5bdd0e07a 100644 --- a/gst/siren/dct4.h +++ b/gst/siren/dct4.h @@ -23,7 +23,7 @@ #ifndef _SIREN7_DCT4_H_ #define _SIREN7_DCT4_H_ -extern void siren_dct4_init(); +extern void siren_dct4_init(void); extern void siren_dct4(float *Source, float *Destination, int dct_length); |