diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-05-18 21:23:38 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-05-18 21:23:38 +0000 |
commit | 53b682f3a2002d16ed43c7cad08a485eedc5dc3e (patch) | |
tree | 396b3c0c99429ea0d493b4e5b3a93111a0d47063 /src/Makefile | |
parent | 2814681d2070bd8f28b79abb4bcc74a05570635c (diff) | |
download | ipxe-53b682f3a2002d16ed43c7cad08a485eedc5dc3e.tar.gz |
Re-enable -Wformat, since our printf() is now more standards-conformant.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index cd8f7e332..77d2fc935 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) |