From cbb648c001167f7762e0f1aa2af906d3a8e34715 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 30 Mar 2012 12:11:04 -0700 Subject: Enable -Werror for romcc ... and remove some dead code. Change-Id: Id959bdf57af09db2a1f5742555c2dcabca38ac9a Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/818 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/romcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/romcc/Makefile') diff --git a/util/romcc/Makefile b/util/romcc/Makefile index 6543fbb3b7..8242eb5668 100644 --- a/util/romcc/Makefile +++ b/util/romcc/Makefile @@ -1,7 +1,7 @@ # Move the configuration defines to makefile.conf CC=gcc CPPFLAGS= -CFLAGS= -g -Wall $(CPPFLAGS) +CFLAGS= -g -Wall -Werror $(CPPFLAGS) CPROF_FLAGS=-pg -fprofile-arcs all: romcc test -- cgit v1.2.3