From: Paul Brossier Date: Mon, 30 Dec 2013 23:12:22 +0000 (-0400) Subject: tests/: build with -Wmissing-declarations X-Git-Tag: 0.4.1~102^2~9 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=0546c1f3b0414b6cb48250b7e8a4c46c420536d8;p=aubio.git tests/: build with -Wmissing-declarations --- diff --git a/tests/src/test-mathutils.c b/tests/src/test-mathutils.c index 62631f0c..ad20d75b 100644 --- a/tests/src/test-mathutils.c +++ b/tests/src/test-mathutils.c @@ -3,6 +3,11 @@ #define AUBIO_UNSTABLE 1 #include +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; diff --git a/tests/src/utils/test-parameter.c b/tests/src/utils/test-parameter.c index dd2b963a..073d9c3c 100644 --- a/tests/src/utils/test-parameter.c +++ b/tests/src/utils/test-parameter.c @@ -1,6 +1,8 @@ #include #include "utils_tests.h" +void get_some_steps ( aubio_parameter_t * param ); + void get_some_steps ( aubio_parameter_t * param ) { uint_t i = 0;