Re-disable -Wsign-compare for now. I didn't catch all occurrences

llvm-svn: 289366
This commit is contained in:
Eric Fiselier 2016-12-11 05:45:55 +00:00
parent 2f179bd85b
commit 1eb8f253ae
1 changed files with 1 additions and 0 deletions

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