projects
/
platform
/
upstream
/
libsecret.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c726e7
)
Shut up new gcc warnings
author
Stef Walter
<stefw@gnome.org>
Tue, 22 Jan 2013 15:07:45 +0000
(16:07 +0100)
committer
Stef Walter
<stefw@gnome.org>
Fri, 25 Jan 2013 18:07:10 +0000
(19:07 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 8116961c83717fda6afb57e74b1e739e73571529..d64b2b8fb81021e2275e3e78c7d990ec5fdeeb99 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-146,7
+146,7
@@
if test "$GCC" = "yes"; then
-Wall -Wmissing-declarations \
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
-Wdeclaration-after-statement -Wformat=2 -Winit-self \
- -Waggregate-return
-Wmissing-format-attribute
"
+ -Waggregate-return"
for option in -Wmissing-include-dirs -Wundef; do
SAVE_CFLAGS="$CFLAGS"