Skip to content

Commit

Permalink
Revert unnecessary disabling of unknown warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Mar 13, 2013
1 parent 28e1715 commit d7d1ece
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Expand Up @@ -312,9 +312,6 @@ IF (PEDANTIC)
ADD_DEFINITIONS( /wd4512 ) # assignment operator could not be generated (sqlite3_index_info)
ADD_DEFINITIONS( /wd4610 ) # user defined constructor required (sqlite3_index_info)
ADD_DEFINITIONS( /wd4706 ) # assignment within conditional expression (pal)
IF (USING_NMAKE)
ADD_DEFINITIONS( /wd4999 ) # unknown warnings
ENDIF (USING_NMAKE)
ELSE (MSVC)
# add warnings via flags (not as definitions as on Mac -Wall can not be overridden per language )
SET(_warnings "-Wall -Wextra -Wno-long-long -Wformat-security -Wno-strict-aliasing")
Expand Down

0 comments on commit d7d1ece

Please sign in to comment.