File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ project(mapcode_cpp)
2727# NO_FAST_ENCODE - Drop fast encoding support - only for internal use.
2828
2929set (MAPCODE_OPTIONS "" )
30- set (MAPCODE_WARNING_OPTIONS "-Wall -Werror -Wextra" )
30+ set (MAPCODE_WARNING_OPTIONS "-Wall -Werror -Wextra -Wno-pointer-to-int-cast -Wno-deprecated-declarations -Wno-unused-but-set-variable " )
3131set (MAPCODE_SANITIZER_COMPILER_OPTIONS "-fsanitize=address -fno-common -fno-optimize-sibling-calls -fno-omit-frame-pointer" )
3232set (MAPCODE_SANITIZER_LINKER_OPTIONS "-fsanitize=address" )
3333
@@ -110,4 +110,4 @@ target_link_libraries(mapcode LINK_PUBLIC mapcodelib)
110110target_link_libraries (mapcode LINK_PUBLIC Threads::Threads)
111111target_link_libraries (mapcode LINK_PUBLIC ${M_LIB} )
112112
113- install (TARGETS mapcode DESTINATION /usr/local/bin)
113+ install (TARGETS mapcode DESTINATION /usr/local/bin)
You can’t perform that action at this time.
0 commit comments