Build: Omit -Wmissing-noreturn from the default warnings.
commita8bb8358d10b059274f3cf993d9b8f490bafb268
authorLasse Collin <lasse.collin@tukaani.org>
Thu, 12 Jan 2023 11:04:05 +0000 (12 13:04 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 12 Jan 2023 11:04:05 +0000 (12 13:04 +0200)
tree7339eb6dc0462097166feb0dc3a984b16b39cb11
parent52dc033d0bde0d19e3912303c6c74bae559d6498
Build: Omit -Wmissing-noreturn from the default warnings.

It's not that important. It can be annoying in builds that
disable many features since in those cases the tests programs
will correctly trigger this warning with Clang.
configure.ac