1 parent 6b07a61 commit 92496abCopy full SHA for 92496ab
1 file changed
unix/Makefile
@@ -18,7 +18,8 @@ INC += -I..
18
INC += -I$(BUILD)
19
20
# compiler settings
21
-CWARN = -Wall -Wpointer-arith -Werror
+CWARN = -Wall -Werror
22
+CWARN += -Wdouble-promotion -Wformat -Wmissing-declarations -Wmissing-prototypes -Wold-style-definition -Wpointer-arith -Wredundant-decls -Wshadow -Wsign-compare -Wstrict-prototypes -Wuninitialized -Wunused-parameter
23
CFLAGS = $(INC) $(CWARN) -ansi -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
24
25
# Debugging/Optimization
0 commit comments