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 3fe22db commit 2786195Copy full SHA for 2786195
sycl/CMakeLists.txt
@@ -25,7 +25,7 @@ set(SYCL_VERSION_STRING "${SYCL_MAJOR_VERSION}.${SYCL_MINOR_VERSION}.${SYCL_PATC
25
if (MSVC)
26
set(CMAKE_CXX_FLAGS "/W4 ${CMAKE_CXX_FLAGS}")
27
else ()
28
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-deprecated-declarations")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-deprecated-declarations -Wno-covered-switch-default")
29
endif()
30
31
if(SYCL_ENABLE_WERROR)
0 commit comments