Skip to content

Commit

Permalink
[L0] Disable MSVC deprecated feature warning which originates from L0…
Browse files Browse the repository at this point in the history
… loader
  • Loading branch information
callumfare committed Aug 29, 2024
1 parent c9999a7 commit 44cd9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/adapters/level_zero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if(UR_BUILD_ADAPTER_L0)

# TODO: fix level_zero adapter conversion warnings
target_compile_options(ur_adapter_level_zero PRIVATE
$<$<CXX_COMPILER_ID:MSVC>:/wd4805 /wd4244>
$<$<CXX_COMPILER_ID:MSVC>:/wd4805 /wd4244 /wd4996>
)

set_target_properties(ur_adapter_level_zero PROPERTIES
Expand Down

0 comments on commit 44cd9db

Please sign in to comment.