From a6f02a30433c67367ccfb774d227f087e9aba48f Mon Sep 17 00:00:00 2001 From: Phaedrus Leeds Date: Fri, 11 Sep 2020 21:07:17 -0700 Subject: Fix shadow of previous local Fix the build failure in https://github.com/flatpak/flatpak/pull/3853 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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 \ -- cgit v1.2.1