瀏覽代碼

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

tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
53b682f3a2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile 查看文件

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

Loading…
取消
儲存