Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-enable -Wformat, since our printf() is now more standards-conformant.
  • Loading branch information
Michael Brown committed May 18, 2006
1 parent 2814681 commit 53b682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 53b682f

Please sign in to comment.