From: Lennart Poettering Date: Wed, 10 Jun 2015 13:44:03 +0000 (+0200) Subject: build-sys: upgrade shadow variable warnings to errors X-Git-Tag: v221~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9cea815b6107839d1aa56858165649858a21e18;p=thirdparty%2Fsystemd.git build-sys: upgrade shadow variable warnings to errors --- diff --git a/configure.ac b/configure.ac index b767175fa10..878b23b061a 100644 --- a/configure.ac +++ b/configure.ac @@ -163,6 +163,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -Werror=implicit-function-declaration \ -Werror=missing-declarations \ -Werror=return-type \ + -Werror=shadow \ -Wstrict-prototypes \ -Wredundant-decls \ -Wmissing-noreturn \