Re-enable -Wformat, since our printf() is now more standards-conformant.

pull/1/head
Michael Brown 2006-05-18 21:23:38 +00:00
parent 2814681d20
commit 53b682f3a2
1 changed files with 1 additions and 1 deletions

View 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)