mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -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 )
|
||||
ELSE(MSVC)
|
||||
# disable all warnings
|
||||
ADD_DEFINITIONS( -w -fpermissive )
|
||||
ADD_DEFINITIONS( -w )
|
||||
IF(NOT APPLE)
|
||||
ADD_DEFINITIONS( -fpermissive )
|
||||
ENDIF(NOT APPLE)
|
||||
ENDIF(MSVC)
|
||||
ENDIF(PEDANTIC)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user