xiph / rnnoise

Recurrent neural network for audio noise reduction
BSD 3-Clause "New" or "Revised" License
3.89k stars 882 forks source link

Fix Wstrict-prototypes warnings #210

Closed JohannesKauffmann closed 6 months ago

JohannesKauffmann commented 1 year ago

e.g.:

./include/rnnoise.h:51:36: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
RNNOISE_EXPORT int rnnoise_get_size();
                                   ^
                                    void
JohannesKauffmann commented 6 months ago

Closing, as this is https://gitlab.xiph.org/xiph/rnnoise/-/merge_requests/3 (but that one is more complete).