Re-disable -Wsign-compare for now. I didn't catch all occurrences
authorEric Fiselier <eric@efcs.ca>
Sun, 11 Dec 2016 05:45:55 +0000 (05:45 +0000)
committerEric Fiselier <eric@efcs.ca>
Sun, 11 Dec 2016 05:45:55 +0000 (05:45 +0000)
llvm-svn: 289366

libcxx/test/libcxx/test/config.py

index 0bd775d..20441d4 100644 (file)
@@ -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')