mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-14 20:22:30 +00:00
[libcxx] Add -Wno-deprecated-copy to the test config
This commit is contained in:
parent
13cbcf1c1a
commit
06e5ebf8db
@ -915,6 +915,7 @@ class Configuration(object):
|
||||
self.cxx.addWarningFlagIfSupported('-Wshadow')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-unused-command-line-argument')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-attributes')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-deprecated-copy')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-constant-evaluated')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-pessimizing-move')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-c++11-extensions')
|
||||
|
Loading…
x
Reference in New Issue
Block a user