From 2d6a61c8c773236a024ad60deaeca06a5141bab4 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Fri, 1 Aug 2014 19:58:39 +0100 Subject: [PATCH] Remove -Wshadow, the warnings are not useful. See https://lkml.org/lkml/2006/11/28/253 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b95a026d41..62b520738e 100644 --- a/Makefile +++ b/Makefile @@ -351,7 +351,7 @@ CFLAGS = $(ARCH_FLAGS) \ $(addprefix -I,$(INCLUDE_DIRS)) \ $(DEBUG_FLAGS) \ -std=gnu99 \ - -Wall -pedantic -Wextra -Wshadow -Wunsafe-loop-optimizations \ + -Wall -pedantic -Wextra -Wunsafe-loop-optimizations \ -ffunction-sections \ -fdata-sections \ $(DEVICE_FLAGS) \