Skip to content

Commit

Permalink
Extended build-time warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 29, 2024
1 parent 39c3a9f commit ba26e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ set(UCXX_BUILD_TESTS ${BUILD_TESTS})
set(UCXX_BUILD_BENCHMARKS ${BUILD_BENCHMARKS})
set(UCXX_BUILD_EXAMPLES ${BUILD_EXAMPLES})

set(UCXX_CXX_FLAGS "-Wall" "-Wattributes" "-Werror")
set(UCXX_CXX_FLAGS "-Wall" "-Wattributes" "-Werror" "-Wextra" "-Wsign-conversion" "-Wno-missing-field-initializers")
set(UCXX_CXX_DEFINITIONS "")

# Set RMM logging level
Expand Down

0 comments on commit ba26e7e

Please sign in to comment.