From: Richard W.M. Jones Date: Wed, 20 Jul 2011 12:33:47 +0000 (+0100) Subject: configure: Remove -Wmissing-noreturn warning. X-Git-Tag: 1.12.0~5 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=422678073bbd55053f020bc6743617792bb99d6b;hp=408f07ed3c34b2bad4885b3c000e998e4d350668 configure: Remove -Wmissing-noreturn warning. --- diff --git a/configure.ac b/configure.ac index 8fac31c..57c01be 100644 --- a/configure.ac +++ b/configure.ac @@ -107,6 +107,8 @@ if test "$gl_gcc_warnings" = yes; then # by Python, Ruby and xstrtoll. nw="$nw -Wstack-protector" # Don't warn about stack-protector # failures (seen on Ubuntu). + nw="$nw -Wmissing-noreturn" # Don't warn about missed noreturn funcs + # (seen on Ubuntu). gl_MANYWARN_ALL_GCC([ws]) gl_MANYWARN_COMPLEMENT([ws], [$ws], [$nw])