mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
Shut up new gcc warnings
This commit is contained in:
parent
0c726e74d7
commit
316df4e8ab
@ -146,7 +146,7 @@ if test "$GCC" = "yes"; then
|
|||||||
-Wall -Wmissing-declarations \
|
-Wall -Wmissing-declarations \
|
||||||
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
|
-Wmissing-prototypes -Wnested-externs -Wpointer-arith \
|
||||||
-Wdeclaration-after-statement -Wformat=2 -Winit-self \
|
-Wdeclaration-after-statement -Wformat=2 -Winit-self \
|
||||||
-Waggregate-return -Wmissing-format-attribute"
|
-Waggregate-return"
|
||||||
|
|
||||||
for option in -Wmissing-include-dirs -Wundef; do
|
for option in -Wmissing-include-dirs -Wundef; do
|
||||||
SAVE_CFLAGS="$CFLAGS"
|
SAVE_CFLAGS="$CFLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user