From 0546c1f3b0414b6cb48250b7e8a4c46c420536d8 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 30 Dec 2013 19:12:22 -0400 Subject: [PATCH] tests/: build with -Wmissing-declarations --- tests/src/test-mathutils.c | 5 +++++ tests/src/utils/test-parameter.c | 2 ++ 2 files changed, 7 insertions(+) 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; -- 2.11.0