[libcxx] Add -Wno-deprecated-copy to the test config

This commit is contained in:
David Zarzycki 2019-11-29 09:22:56 +02:00
parent 13cbcf1c1a
commit 06e5ebf8db
No known key found for this signature in database
GPG Key ID: 8B057946497419F7

View File

@ -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')