tests/: add void to prototypes to build with -Wstrict-prototypes
[aubio.git] / tests / src / temporal / test-a_weighting.c
index 3ac3c26..f6399b5 100644 (file)
@@ -1,6 +1,6 @@
 #include <aubio.h>
 
-int main ()
+int main (void)
 {
   
   aubio_filter_t * f;