summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown2006-05-18 23:23:38 +0200
committerMichael Brown2006-05-18 23:23:38 +0200
commit53b682f3a2002d16ed43c7cad08a485eedc5dc3e (patch)
tree396b3c0c99429ea0d493b4e5b3a93111a0d47063 /src/Makefile
parentall window primitives implemented (diff)
downloadipxe-53b682f3a2002d16ed43c7cad08a485eedc5dc3e.tar.gz
ipxe-53b682f3a2002d16ed43c7cad08a485eedc5dc3e.tar.xz
ipxe-53b682f3a2002d16ed43c7cad08a485eedc5dc3e.zip
Re-enable -Wformat, since our printf() is now more standards-conformant.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index cd8f7e33..77d2fc93 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)