Also silent -Wno-cast-qual in the SWIG Python wrapper. Remove a huge number of warnings

llvm-svn: 195930
This commit is contained in:
Sylvestre Ledru 2013-11-28 18:11:34 +00:00
parent 226e10edff
commit 3b5b16cdff
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ EXTRA_OPTIONS += -Wno-four-char-constants
# Drop -Wself-assign, -Wmissing-field-initializers and -Wsometimes-uninitialized,
# which we are not currently clean with (due to SWIG generated cpp source).
EXTRA_OPTIONS += -Wno-missing-field-initializers -Wno-self-assign -Wno-sometimes-uninitialized
EXTRA_OPTIONS += -Wno-missing-field-initializers -Wno-self-assign -Wno-sometimes-uninitialized -Wno-cast-qual
PYTHON_DIR := $(PROJ_OBJ_ROOT)/$(BuildMode)