]> git.ipfire.org Git - thirdparty/nftables.git/commit
Makefile.am: don't silence -Wimplicit-function-declaration
authorSam James <sam@gentoo.org>
Wed, 7 Feb 2024 02:12:35 +0000 (02:12 +0000)
committerPhil Sutter <phil@nwl.cc>
Wed, 7 Feb 2024 17:10:43 +0000 (18:10 +0100)
commit02466e17e8cca5f97757092094c0600cedce09e2
treec6b799aaa736f914c9394236943a6bbb03ebe7f5
parent9f76bb63c0c706ea5c0d55931ee690ca5dccaf16
Makefile.am: don't silence -Wimplicit-function-declaration

This becomes an error in GCC 14 and Clang 16. It's a common
misconception that these warnings are invalid or simply noise for
Bison/parser files, but even if that were true, we'd need to handle it
somehow anyway. Silencing them does nothing, so stop doing that.

Further, I don't actually get any warnings to fix with bison-3.8.2. This
mirrors changes we've done in other netfilter.org projects.

Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Phil Sutter <phil@nwl.cc>
Makefile.am