Browse Source

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

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
53b682f3a2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

89
 #
89
 #
90
 CFLAGS		+= -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
90
 CFLAGS		+= -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)
91
 CFLAGS		+= -Os -ffreestanding
91
 CFLAGS		+= -Os -ffreestanding
92
-CFLAGS		+= -Wall -W -Wno-format
92
+CFLAGS		+= -Wall -W
93
 CFLAGS		+= -g
93
 CFLAGS		+= -g
94
 CFLAGS		+= $(EXTRA_CFLAGS)
94
 CFLAGS		+= $(EXTRA_CFLAGS)
95
 ASFLAGS		+= $(EXTRA_ASFLAGS)
95
 ASFLAGS		+= $(EXTRA_ASFLAGS)

Loading…
Cancel
Save