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/utils_tests.h

    r175a218 r158e031  
    2727#endif
    2828
    29 void utils_init_random () {
     29void utils_init_random (void);
     30
     31void utils_init_random (void) {
    3032  time_t now = time(0);
    3133  struct tm *tm_struct = localtime(&now);
Note: See TracChangeset for help on using the changeset viewer.