We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d016c57 commit cae42b3Copy full SHA for cae42b3
CMakeLists.txt
@@ -178,7 +178,7 @@ IF (PEDANTIC)
178
ADD_DEFINITIONS( /wd4512 ) # assignment operator could not be generated (sqlite3_index_info)
179
ADD_DEFINITIONS( /wd4610 ) # user defined constructor required (sqlite3_index_info)
180
ELSE (MSVC)
181
- ADD_DEFINITIONS( -Wall -Wno-long-long )
+ ADD_DEFINITIONS( -Wall -Wno-long-long -Wformat-security )
182
# Qt produces lots of warnings with strict aliasing (as of Qt 4.4.0 & GCC 4.3)
183
# ADD_DEFINITIONS( -fstrict-aliasing -Wstrict-aliasing=1 )
184
ENDIF (MSVC)
0 commit comments