mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 08:10:08 +01:00
build: enable -Wlogical-op and -Wshift-negative-value compiler warning
(cherry picked from commit 41e7fca597)
This commit is contained in:
parent
bf28e0845f
commit
48e6a014e0
1 changed files with 2 additions and 0 deletions
|
|
@ -70,11 +70,13 @@ if test "$GCC" = "yes" -a "$set_more_warnings" != "no"; then
|
|||
-Wimplicit-fallthrough \
|
||||
-Wimplicit-function-declaration \
|
||||
-Winit-self \
|
||||
-Wlogical-op \
|
||||
-Wmissing-declarations \
|
||||
-Wmissing-include-dirs \
|
||||
-Wmissing-prototypes \
|
||||
-Wpointer-arith \
|
||||
-Wshadow \
|
||||
-Wshift-negative-value \
|
||||
-Wstrict-prototypes \
|
||||
-Wundef \
|
||||
-Wno-duplicate-decl-specifier \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue