diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-29 15:56:35 +0200 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-07-29 18:57:03 +0200 |
commit | ea8d9cd9b5daf701ef25a03727b08a583ee8589a (patch) | |
tree | ffb1e0210961266d60e7acf968413d79a428c8cf /configure.ac | |
parent | b76ffdcce297ef55330839ddfe3053163e3b9abb (diff) | |
download | gobject-introspection-ea8d9cd9b5daf701ef25a03727b08a583ee8589a.tar.gz |
build: enable -Wshadow
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 52536129..c8148c25 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AX_COMPILER_FLAGS(,, [yes]) # These get triggered a lot, not worth it imo, but feel free to fix them AX_APPEND_COMPILE_FLAGS([-Wno-duplicated-branches -Wno-switch-enum]) # FIXME: Fix the warnings and remove the flags -AX_APPEND_COMPILE_FLAGS([-Wno-redundant-decls -Wno-switch-default -Wno-shadow -Wno-deprecated-declarations -Wno-type-limits]) +AX_APPEND_COMPILE_FLAGS([-Wno-redundant-decls -Wno-switch-default -Wno-deprecated-declarations -Wno-type-limits]) AX_APPEND_COMPILE_FLAGS([-Wno-implicit-fallthrough -Wno-sign-compare]) WARN_CFLAGS_PYTHON="$WARN_CFLAGS" |