summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPhaedrus Leeds <matthew.leeds@endlessm.com>2020-09-11 21:07:17 -0700
committerPhaedrus Leeds <matthew.leeds@endlessm.com>2020-09-11 21:07:19 -0700
commita6f02a30433c67367ccfb774d227f087e9aba48f (patch)
tree989d20add6a4f283a38305fa6db6e3abaf0809d8 /configure.ac
parent4e310cadf6a8966a15d706388fbc80dec2db62cf (diff)
downloadbubblewrap-a6f02a30433c67367ccfb774d227f087e9aba48f.tar.gz
Fix shadow of previous local
Fix the build failure in https://github.com/flatpak/flatpak/pull/3853
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a540c5b..c405b5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,6 +70,7 @@ dnl Keep this in sync with ostree, except remove -Werror=declaration-after-state
CC_CHECK_FLAGS_APPEND([WARN_CFLAGS], [CFLAGS], [\
-pipe \
-Wall \
+ -Werror=shadow \
-Werror=empty-body \
-Werror=strict-prototypes \
-Werror=missing-prototypes \