Skip to content

Commit 9217bd4

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

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
@@ -24,6 +24,7 @@ FetchContent_Declare(level-zero-loader
2424
# Suppress some pedantic warnings for Level Zero build
2525
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-but-set-variable")
2626
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-pedantic")
27+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-stringop-truncation")
2728

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

0 commit comments

Comments
 (0)