unix: Don't error out on #warning directive.
This commit is contained in:
parent
ff5932a8d8
commit
cd590cbfaa
@ -18,7 +18,7 @@ INC += -I$(PY_SRC)
|
||||
INC += -I$(BUILD)
|
||||
|
||||
# compiler settings
|
||||
CWARN = -Wall -Werror
|
||||
CWARN = -Wall -Werror -Wno-error=cpp
|
||||
CFLAGS = $(INC) $(CWARN) -ansi -std=gnu99 -DUNIX $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
|
||||
|
||||
# Debugging/Optimization
|
||||
|
Loading…
x
Reference in New Issue
Block a user