Ignore:
Timestamp:
Dec 30, 2013, 10:09:32 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
5fef5f1
Parents:
175a218
Message:

tests/: add void to prototypes to build with -Wstrict-prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-mathutils.c

    r175a218 r158e031  
    44#include <aubio.h>
    55
    6 int test_next_power_of_two()
     6int test_next_power_of_two (void)
    77{
    88  uint_t a, b;
     
    2525}
    2626
    27 int test_miditofreq()
     27int test_miditofreq (void)
    2828{
    2929  smpl_t a, b;
     
    5656}
    5757
    58 int test_freqtomidi()
     58int test_freqtomidi (void)
    5959{
    6060  smpl_t midi, freq;
     
    8888}
    8989
    90 int test_aubio_window()
     90int test_aubio_window (void)
    9191{
    9292  uint_t window_size = 16;
     
    108108}
    109109
    110 int main ()
     110int main (void)
    111111{
    112112  test_next_power_of_two();
Note: See TracChangeset for help on using the changeset viewer.