Re-disable -Wsign-compare for now. I didn't catch all occurrences
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289366 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user