mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-27 22:00:30 +00:00
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:
parent
ab804f1b7d
commit
d8e3e932bf
@ -660,7 +660,7 @@ class Configuration(object):
|
||||
# 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')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-sign-compare')
|
||||
# FIXME: Enable the two warnings below.
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-unused-variable')
|
||||
self.cxx.addWarningFlagIfSupported('-Wno-unused-parameter')
|
||||
|
Loading…
Reference in New Issue
Block a user