Skip to content

Commit cd590cb

Browse files
committed
unix: Don't error out on #warning directive.
1 parent ff5932a commit cd590cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unix/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ INC += -I$(PY_SRC)
1818
INC += -I$(BUILD)
1919

2020
# compiler settings
21-
CWARN = -Wall -Werror
21+
CWARN = -Wall -Werror -Wno-error=cpp
2222
CFLAGS = $(INC) $(CWARN) -ansi -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
2323

2424
# Debugging/Optimization

0 commit comments

Comments
 (0)