We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca28f13 commit 40a0eb2Copy full SHA for 40a0eb2
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