shithub: aubio

Download patch

ref: 0546c1f3b0414b6cb48250b7e8a4c46c420536d8
parent: 029bf4e8ccfb5c3e74de9d6cd45d258b7f8d772d
author: Paul Brossier <[email protected]>
date: Mon Dec 30 14:12:22 EST 2013

tests/: build with -Wmissing-declarations

--- a/tests/src/test-mathutils.c
+++ b/tests/src/test-mathutils.c
@@ -3,6 +3,11 @@
 #define AUBIO_UNSTABLE 1
 #include <aubio.h>
 
+int test_next_power_of_two (void);
+int test_miditofreq (void);
+int test_freqtomidi (void);
+int test_aubio_window (void);
+
 int test_next_power_of_two (void)
 {
   uint_t a, b;
--- a/tests/src/utils/test-parameter.c
+++ b/tests/src/utils/test-parameter.c
@@ -1,6 +1,8 @@
 #include <aubio.h>
 #include "utils_tests.h"
 
+void get_some_steps ( aubio_parameter_t * param );
+
 void get_some_steps ( aubio_parameter_t * param )
 {
   uint_t i = 0;