Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FEATURE] support 64bit feature ids
  • Loading branch information
jef-n committed Jun 16, 2011
1 parent 72e5edc commit 5a3a87f
Show file tree
Hide file tree
Showing 306 changed files with 1,829 additions and 866 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -213,7 +213,7 @@ IF (PEDANTIC)
ADD_DEFINITIONS( /wd4610 ) # user defined constructor required (sqlite3_index_info)
ADD_DEFINITIONS( /wd4706 ) # assignment within conditional expression (pal)
ELSE (MSVC)
ADD_DEFINITIONS( -Wall -Wno-long-long -Wformat-security -Wno-strict-aliasing )
ADD_DEFINITIONS( -Wall -Wextra -Wredundant-decls -Wno-long-long -Wformat-security -Wno-strict-aliasing )
# Qt produces lots of warnings with strict aliasing (as of Qt 4.4.0 & GCC 4.3)
# ADD_DEFINITIONS( -fstrict-aliasing -Wstrict-aliasing=1 )
ENDIF (MSVC)
Expand Down

0 comments on commit 5a3a87f

Please sign in to comment.