This commit is contained in:
Juergen E. Fischer 2012-04-07 19:23:24 +02:00
parent 4ecd56886c
commit 59a08c4109

View File

@ -94,7 +94,10 @@ MACRO(ADD_SIP_PYTHON_MODULE MODULE_NAME MODULE_SIP)
ADD_DEFINITIONS( /wd4996 /wd4701 /wd4702 ) ADD_DEFINITIONS( /wd4996 /wd4701 /wd4702 )
ELSE(MSVC) ELSE(MSVC)
# disable all warnings # disable all warnings
ADD_DEFINITIONS( -w -fpermissive ) ADD_DEFINITIONS( -w )
IF(NOT APPLE)
ADD_DEFINITIONS( -fpermissive )
ENDIF(NOT APPLE)
ENDIF(MSVC) ENDIF(MSVC)
ENDIF(PEDANTIC) ENDIF(PEDANTIC)