From a8bb8358d10b059274f3cf993d9b8f490bafb268 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Thu, 12 Jan 2023 13:04:05 +0200 Subject: 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 670d3bf7..f005f19d 100644 --- a/configure.ac +++ b/configure.ac @@ -1064,7 +1064,6 @@ if test "$GCC" = yes ; then -Wold-style-definition \ -Wmissing-prototypes \ -Wmissing-declarations \ - -Wmissing-noreturn \ -Wredundant-decls \ \ -Wc99-compat \ -- cgit v1.2.3