소스 검색

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…
취소
저장