git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408f07e
)
configure: Remove -Wmissing-noreturn warning.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 20 Jul 2011 12:33:47 +0000
(13:33 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 20 Jul 2011 12:33:47 +0000
(13:33 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
8fac31c
..
57c01be
100644
(file)
--- 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])