summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorDavid Zarzycki <dave@znu.io>2019-11-29 09:22:56 +0200
committerDavid Zarzycki <dave@znu.io>2019-11-29 09:57:51 +0200
commit06e5ebf8dbd9c19c2ef58e6eee6346de8688bc5b (patch)
treef855778740c92ea7e84268fc9b317235a45127e4 /libcxx
parent13cbcf1c1a4cbfecba30e21ccd86d688e1437d06 (diff)
downloadbcm5719-llvm-06e5ebf8dbd9c19c2ef58e6eee6346de8688bc5b.tar.gz
bcm5719-llvm-06e5ebf8dbd9c19c2ef58e6eee6346de8688bc5b.zip
[libcxx] Add -Wno-deprecated-copy to the test config
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/utils/libcxx/test/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py
index 07657ea6e4f..befe75c20e7 100644
--- a/libcxx/utils/libcxx/test/config.py
+++ b/libcxx/utils/libcxx/test/config.py
@@ -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')
OpenPOWER on IntegriCloud