From: Stewart E. <st...@lu...> - 2005-03-28 06:54:43
|
I just tried to build 0.20.10 on a Fedora Core 3 system, and it bombed =20 out with the following: biquad.c: In function `filter_audio': biquad.c:64: warning: implicit declaration of function =20 `load_filter_preferences'biquad.c:126: warning: unused variable =20 `p_first' biquad.c:59: warning: unused variable `i_left' biquad.c:59: warning: unused variable `i_right' biquad.c:61: warning: unused variable `filtered_sample' biquad.c: At top level: biquad.c:247: error: conflicting types for 'load_filter_preferences' biquad.c:64: error: previous implicit declaration of =20 'load_filter_preferences' was here make: *** [biquad.o] Error 1 I went back and got 0.20.09 instead, which compiles fine. Maybe I just =20 have more persnickety compiler settings than Jeff's...looks like this =20 could be fixed by a simple forward declaration. FYI, -- Stewart |