diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-12-11 05:45:55 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-12-11 05:45:55 +0000 |
commit | 1eb8f253aec6abef3db1fbf9351de284f9ff660f (patch) | |
tree | 0f0f29a2a4f9e544c7fb0c7ccacb0ea64feed18b /libcxx/test | |
parent | 2f179bd85b8b080a125295cbde0c463505287bf6 (diff) | |
download | bcm5719-llvm-1eb8f253aec6abef3db1fbf9351de284f9ff660f.tar.gz bcm5719-llvm-1eb8f253aec6abef3db1fbf9351de284f9ff660f.zip |
Re-disable -Wsign-compare for now. I didn't catch all occurrences
llvm-svn: 289366
Diffstat (limited to 'libcxx/test')
-rw-r--r-- | libcxx/test/libcxx/test/config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/test/config.py b/libcxx/test/libcxx/test/config.py index 0bd775d7afb..20441d4b4eb 100644 --- a/libcxx/test/libcxx/test/config.py +++ b/libcxx/test/libcxx/test/config.py @@ -659,6 +659,7 @@ class Configuration(object): # These warnings should be enabled in order to support the MSVC # team using the test suite; They enable the warnings below and # expect the test suite to be clean. + # FIXME: Re-enable this after fixing remaining occurrences. self.cxx.addWarningFlagIfSupported('-Wsign-compare') # FIXME: Enable the two warnings below. self.cxx.addWarningFlagIfSupported('-Wno-unused-variable') |