]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Re-enable -Wformat, since our printf() is now more standards-conformant.
authorMichael Brown <mcb30@etherboot.org>
Thu, 18 May 2006 21:23:38 +0000 (21:23 +0000)
committerMichael Brown <mcb30@etherboot.org>
Thu, 18 May 2006 21:23:38 +0000 (21:23 +0000)
src/Makefile

index cd8f7e332d56e555c480f19cb0ce74c55fd672aa..77d2fc9353cb463998f29cb5b2e7e0d24c4bd139 100644 (file)
@@ -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)