remove no-sign (#15817)

This commit is contained in:
Haiqi Pan 2023-02-21 00:34:23 +08:00 committed by GitHub
parent cbd56c3ed9
commit 1b147c3560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@ add_subdirectory(unit)
if(ENABLE_FUNCTIONAL_TESTS)
function(ov_cpu_func_tests)
if(CMAKE_COMPILER_IS_GNUCXX)
ie_add_compiler_flags(-Wno-sign-compare)
ie_add_compiler_flags(-Wno-unused-function)
ie_add_compiler_flags(-Wno-parentheses)
ie_add_compiler_flags(-Wno-unused-local-typedefs)

View File

@ -15,7 +15,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
ie_add_compiler_flags(/wd4250)
else()
ie_add_compiler_flags(-Wno-missing-declarations)
ie_add_compiler_flags(-Wno-sign-compare)
ie_add_compiler_flags(-Wno-odr)
ie_add_compiler_flags(-Wno-all)
endif()

View File

@ -16,7 +16,6 @@ endif()
if(NOT MSVC)
ie_add_compiler_flags(-Wno-missing-declarations)
ie_add_compiler_flags(-Wno-sign-compare)
ie_add_compiler_flags(-Wno-all)
ie_add_compiler_flags(-Wno-unused-variable)
ie_add_compiler_flags(-Wno-unused-function)

View File

@ -20,7 +20,6 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "MSVC")
ie_add_compiler_flags(/wd4804)
else()
ie_add_compiler_flags(-Wno-missing-declarations)
ie_add_compiler_flags(-Wno-sign-compare)
ie_add_compiler_flags(-Wno-odr)
ie_add_compiler_flags(-Wno-all)
endif()