diff options
| author | Michael Brown | 2006-05-18 23:23:38 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-18 23:23:38 +0200 |
| commit | 53b682f3a2002d16ed43c7cad08a485eedc5dc3e (patch) | |
| tree | 396b3c0c99429ea0d493b4e5b3a93111a0d47063 | |
| parent | all window primitives implemented (diff) | |
| download | ipxe-53b682f3a2002d16ed43c7cad08a485eedc5dc3e.tar.gz ipxe-53b682f3a2002d16ed43c7cad08a485eedc5dc3e.tar.xz ipxe-53b682f3a2002d16ed43c7cad08a485eedc5dc3e.zip | |
Re-enable -Wformat, since our printf() is now more standards-conformant.
| -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) |
