Skip to content

Commit 5a3a87f

Browse files
committed
[FEATURE] support 64bit feature ids
1 parent 72e5edc commit 5a3a87f

File tree

306 files changed

+1829
-866
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+1829
-866
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ IF (PEDANTIC)
213213
ADD_DEFINITIONS( /wd4610 ) # user defined constructor required (sqlite3_index_info)
214214
ADD_DEFINITIONS( /wd4706 ) # assignment within conditional expression (pal)
215215
ELSE (MSVC)
216-
ADD_DEFINITIONS( -Wall -Wno-long-long -Wformat-security -Wno-strict-aliasing )
216+
ADD_DEFINITIONS( -Wall -Wextra -Wredundant-decls -Wno-long-long -Wformat-security -Wno-strict-aliasing )
217217
# Qt produces lots of warnings with strict aliasing (as of Qt 4.4.0 & GCC 4.3)
218218
# ADD_DEFINITIONS( -fstrict-aliasing -Wstrict-aliasing=1 )
219219
ENDIF (MSVC)

0 commit comments

Comments
 (0)