[coreboot-gerrit] New patch to review for coreboot: 51403b7 Makefile: clang - ramp up some more warnings

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Mon Jan 12 18:17:28 CET 2015


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8197

-gerrit

commit 51403b7b84e3e2c2765ce2253b3f4d495ef8e1c5
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Jan 13 04:15:29 2015 +1100

    Makefile: clang - ramp up some more warnings
    
    Back out '-Wno-unused-variable'.
    
    Change-Id: Icd15b03d3a41f4933c9ae0a4c497ccadcccbefb5
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 51c0c58..eda36e7 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ ifeq ($(CONFIG_COMPILER_LLVM_CLANG),y)
 # this means the triple is i386-linux-elf instead of i386-none-elf
 CFLAGS_x86_32 = -no-integrated-as -Qunused-arguments -target i386-linux-elf -m32
 # Tone down some clang warnings
-CFLAGS_x86_32 += -Wno-unused-variable -Wno-tautological-compare -Wno-shift-overflow
+CFLAGS_x86_32 += -Wno-tautological-compare -Wno-shift-overflow
 CC_x86_32:=clang
 HOSTCC := clang
 



More information about the coreboot-gerrit mailing list