From: Michael Brown Date: Thu, 18 May 2006 21:23:38 +0000 (+0000) Subject: Re-enable -Wformat, since our printf() is now more standards-conformant. X-Git-Tag: v0.9.3~1387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b682f3a2002d16ed43c7cad08a485eedc5dc3e;p=thirdparty%2Fipxe.git Re-enable -Wformat, since our printf() is now more standards-conformant. --- diff --git a/src/Makefile b/src/Makefile index cd8f7e332..77d2fc935 100644 --- a/src/Makefile +++ b/src/Makefile @@ -89,7 +89,7 @@ BIN ?= bin # CFLAGS += -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH) CFLAGS += -Os -ffreestanding -CFLAGS += -Wall -W -Wno-format +CFLAGS += -Wall -W CFLAGS += -g CFLAGS += $(EXTRA_CFLAGS) ASFLAGS += $(EXTRA_ASFLAGS)