1 parent ff5932a commit cd590cbCopy full SHA for cd590cb
1 file changed
unix/Makefile
@@ -18,7 +18,7 @@ INC += -I$(PY_SRC)
18
INC += -I$(BUILD)
19
20
# compiler settings
21
-CWARN = -Wall -Werror
+CWARN = -Wall -Werror -Wno-error=cpp
22
CFLAGS = $(INC) $(CWARN) -ansi -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
23
24
# Debugging/Optimization
0 commit comments