Skip to content

Commit

Permalink
Enable -Wall -Wattributes -Werror in C++ build
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 29, 2024
1 parent be0965b commit c22954e
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 "")
set(UCXX_CXX_FLAGS "-Wall" "-Wattributes" "-Werror")
set(UCXX_CXX_DEFINITIONS "")

# Set RMM logging level
Expand Down

0 comments on commit c22954e

Please sign in to comment.