There was an error while loading. Please reload this page.
1 parent f9ecf99 commit 6288ad3Copy full SHA for 6288ad3
1 file changed
CMakeLists.txt
@@ -121,8 +121,8 @@ if(ENABLE_LLVM AND NOT APPLE)
121
endif()
122
123
124
-add_definitions(-Wall -Wextra -g -pthread -fvisibility=hidden -Wconversion
125
- -fno-math-errno -Wno-sign-conversion -Wsign-compare
+add_definitions(-Wall -Wextra -g -pthread -fvisibility=hidden
+ -fno-math-errno -Wsign-compare
126
-Wno-unused-parameter -Wno-psabi -D_FILE_OFFSET_BITS=64)
127
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
128
# We have GCC specific warning options that makes Clang unhappy.
0 commit comments