Actually re-disable -Wsign-compare
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -660,7 +660,7 @@ class Configuration(object):
|
|||||||
# team using the test suite; They enable the warnings below and
|
# team using the test suite; They enable the warnings below and
|
||||||
# expect the test suite to be clean.
|
# expect the test suite to be clean.
|
||||||
# FIXME: Re-enable this after fixing remaining occurrences.
|
# FIXME: Re-enable this after fixing remaining occurrences.
|
||||||
self.cxx.addWarningFlagIfSupported('-Wsign-compare')
|
self.cxx.addWarningFlagIfSupported('-Wno-sign-compare')
|
||||||
# FIXME: Enable the two warnings below.
|
# FIXME: Enable the two warnings below.
|
||||||
self.cxx.addWarningFlagIfSupported('-Wno-unused-variable')
|
self.cxx.addWarningFlagIfSupported('-Wno-unused-variable')
|
||||||
self.cxx.addWarningFlagIfSupported('-Wno-unused-parameter')
|
self.cxx.addWarningFlagIfSupported('-Wno-unused-parameter')
|
||||||
|
|||||||
Reference in New Issue
Block a user