Ignore:
Timestamp:
Dec 31, 2013, 12:12:22 AM (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:
fe87823
Parents:
029bf4e
Message:

tests/: build with -Wmissing-declarations

File:
1 edited

Legend:

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

    r029bf4e r0546c1f3  
    33#define AUBIO_UNSTABLE 1
    44#include <aubio.h>
     5
     6int test_next_power_of_two (void);
     7int test_miditofreq (void);
     8int test_freqtomidi (void);
     9int test_aubio_window (void);
    510
    611int test_next_power_of_two (void)
Note: See TracChangeset for help on using the changeset viewer.