Skip to content

m4: fix -Wstrict-protoypes

Sam James requested to merge thesamesam/opusfile:clang16 into master

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]

Signed-off-by: Sam James sam@gentoo.org

Merge request reports