summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-06-15 17:25:05 +0000
committerEric Fiselier <eric@efcs.ca>2016-06-15 17:25:05 +0000
commit4e7ab67c0b486a2fd1432e8a3317ac3ead1f714c (patch)
treeb271892ee81e287c90eacf54b974a8e69a99fa2f /libcxx/test
parenta67fea464cceeae78869e8a9b1ace9988995f3cb (diff)
downloadbcm5719-llvm-4e7ab67c0b486a2fd1432e8a3317ac3ead1f714c.tar.gz
bcm5719-llvm-4e7ab67c0b486a2fd1432e8a3317ac3ead1f714c.zip
Add -Wno-unused-command-line-argument when running the test suite to prevent errors
llvm-svn: 272809
Diffstat (limited to 'libcxx/test')
-rw-r--r--libcxx/test/libcxx/test/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/test/config.py b/libcxx/test/libcxx/test/config.py
index 897dd0cbc47..0875fc12ced 100644
--- a/libcxx/test/libcxx/test/config.py
+++ b/libcxx/test/libcxx/test/config.py
@@ -538,6 +538,7 @@ class Configuration(object):
'-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER',
'-Wall', '-Wextra', '-Werror'
]
+ self.cxx.addWarningFlagIfSupported('-Wno-unused-command-line-argument')
self.cxx.addWarningFlagIfSupported('-Wno-attributes')
self.cxx.addWarningFlagIfSupported('-Wno-pessimizing-move')
self.cxx.addWarningFlagIfSupported('-Wno-c++11-extensions')
OpenPOWER on IntegriCloud