We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8261d4 commit cd1a6dcCopy full SHA for cd1a6dc
CMakeLists.txt
@@ -7,7 +7,7 @@ if (NOT parent_directory)
7
set(cppkafka_master_project ON)
8
# Use Strict Options
9
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")
+ add_compile_options("-Wall" "-Werror" "-Wextra" "-Wshadow" "-Wno-unused-result")
11
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
12
add_definitions(-D_CRT_SECURE_NO_WARNINGS)
13
endif ()
0 commit comments