Remove SDL check WA for VPUX (#15106)

Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
This commit is contained in:
Artemy Skrebkov 2023-01-25 15:24:12 +00:00 committed by GitHub
parent 8512fc1655
commit bf98d31393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,8 +49,6 @@ macro(ie_deprecated_no_errors)
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
# show 4996 only for /w4
set(ie_c_cxx_deprecated_no_errors "/wd4996")
# WA for VPUX plugin
set(ie_c_cxx_deprecated_no_errors "${ie_c_cxx_deprecated_no_errors} /wd4146 /wd4703")
endif()
else()
if(CMAKE_CXX_COMPILER_ID STREQUAL "Intel")