mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-26 19:52:38 +00:00
Ignore GCC no-deprecated-copy warnings (#3074)
This commit is contained in:
parent
a0c9f679fc
commit
ae1f35fb9f
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ else()
|
|||
endif()
|
||||
if(HAS_DEPRECATED_COPY)
|
||||
#too many such errors in eigen and gemmlowp
|
||||
string(APPEND CMAKE_CXX_FLAGS_DEBUG " -Wno-deprecated-copy")
|
||||
string(APPEND CMAKE_CXX_FLAGS " -Wno-deprecated-copy")
|
||||
endif()
|
||||
if(HAS_PARENTHESES)
|
||||
string(APPEND CMAKE_CXX_FLAGS " -Wno-parentheses")
|
||||
|
|
|
|||
Loading…
Reference in a new issue