Skip to content
Snippets Groups Projects
Commit 9d718345 authored by Sam James's avatar Sam James
Browse files

m4: fix -Wstrict-protoypes

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]
```

Bug: https://bugs.gentoo.org/879707


Signed-off-by: default avatarSam James <sam@gentoo.org>
parent 0a4cd796
No related branches found
No related tags found
1 merge request!42m4: fix -Wstrict-protoypes
Pipeline #3388 failed