Skip to content

Commit c2ca1ae

Browse files
committed
more warnings
Signed-off-by: Sergey V Maslov <[email protected]>
1 parent 8584031 commit c2ca1ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ FetchContent_Declare(level-zero-loader
2323

2424
# Suppress some pedantic warnings for Level Zero build
2525
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-but-set-variable")
26+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-pedantic")
2627

2728
FetchContent_MakeAvailable(level-zero-loader)
2829
FetchContent_GetProperties(level-zero-loader)

0 commit comments

Comments
 (0)