mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
fix #5331
This commit is contained in:
parent
4ecd56886c
commit
59a08c4109
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user