From: Vagrant Cascadian Date: Tue, 7 Apr 2015 20:42:30 +0000 (+0000) Subject: no-error-on-set-but-unused-variables X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3b8aaf78f83eb1954caed103bcfd8ae19a9902d3;p=u-boot.git no-error-on-set-but-unused-variables =================================================================== Gbp-Pq: Name no-error-on-set-but-unused-variables.diff --- diff --git a/arch/x86/cpu/config.mk b/arch/x86/cpu/config.mk index f7b01d36e..83d7c509f 100644 --- a/arch/x86/cpu/config.mk +++ b/arch/x86/cpu/config.mk @@ -7,7 +7,7 @@ CROSS_COMPILE ?= i386-linux- -PLATFORM_CPPFLAGS += -D__I386__ -Werror +PLATFORM_CPPFLAGS += -D__I386__ -Werror -Wno-error=unused-but-set-variable # DO NOT MODIFY THE FOLLOWING UNLESS YOU REALLY KNOW WHAT YOU ARE DOING! LDPPFLAGS += -DRESET_SEG_START=0xffff0000