mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 08:18:03 +02:00
build: enable -Wextra warning
This commit is contained in:
parent
cb365b33f3
commit
5120205f98
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for option in \
|
for option in \
|
||||||
|
-Wextra \
|
||||||
|
-Wno-missing-field-initializers \
|
||||||
-Wimplicit-fallthrough \
|
-Wimplicit-fallthrough \
|
||||||
-Wshadow \
|
-Wshadow \
|
||||||
-Wmissing-declarations \
|
-Wmissing-declarations \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue