X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=configure.ac;h=57c01be0dd9a27c8a9983b78ed34833ad6ad52fe;hp=8fac31c8da073802af486d0c8011af0168ab571a;hb=168fd4ad5d1e5da93e11388095d41aaa8f804ceb;hpb=5dec7842655dd872bb0fd9fe07f6a9eab6b13bfd 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])