2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-13 23:01:31 +00:00

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

This commit is contained in:
Michael Brown 2006-05-18 21:23:38 +00:00
parent 2814681d20
commit 53b682f3a2

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)