You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIX: Add void to functions with empty parameter list
Fixes -Wstrict-protoypes in renamenoise.h, denoise.c and attributes.m4
In preparation for C23. Fixes the following error if Clang 16 is
cranked up to be stricter:
```
-warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
+error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
```
Original merge request: https://gitlab.xiph.org/xiph/rnnoise/-/merge_requests/3
Bug: https://bugs.gentoo.org/879709
Signed-off-by: Sam James <[email protected]>
0 commit comments