Skip to content

Commit 6288ad3

Browse files
committed
Stop warning about conversion
1 parent f9ecf99 commit 6288ad3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ if(ENABLE_LLVM AND NOT APPLE)
121121
endif()
122122
endif()
123123

124-
add_definitions(-Wall -Wextra -g -pthread -fvisibility=hidden -Wconversion
125-
-fno-math-errno -Wno-sign-conversion -Wsign-compare
124+
add_definitions(-Wall -Wextra -g -pthread -fvisibility=hidden
125+
-fno-math-errno -Wsign-compare
126126
-Wno-unused-parameter -Wno-psabi -D_FILE_OFFSET_BITS=64)
127127
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
128128
# We have GCC specific warning options that makes Clang unhappy.

0 commit comments

Comments
 (0)