Changes in / [614963a:6bfbcdc]


Ignore:
File:
1 edited

Legend:

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

    r614963a r6bfbcdc  
    11#include <stdio.h>
    22#include <assert.h>
     3#define AUBIO_UNSTABLE 1
    34#include <aubio.h>
    45
    56int main(){
    6   int a, b;
     7  uint_t a, b;
    78
    89  a = 31; b = aubio_next_power_of_two(a);
Note: See TracChangeset for help on using the changeset viewer.