Skip to content

Commit cd1a6dc

Browse files
committed
No sign conversion check (to avoid build failures from old boost release)
1 parent b8261d4 commit cd1a6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (NOT parent_directory)
77
set(cppkafka_master_project ON)
88
# Use Strict Options
99
if ((CMAKE_CXX_COMPILER_ID STREQUAL "Clang") OR (CMAKE_CXX_COMPILER_ID STREQUAL "GNU"))
10-
add_compile_options("-Wall" "-Werror" "-Wextra" "-Wshadow" "-Wno-unused-result" "-Wsign-conversion")
10+
add_compile_options("-Wall" "-Werror" "-Wextra" "-Wshadow" "-Wno-unused-result")
1111
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
1212
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
1313
endif ()

0 commit comments

Comments
 (0)