projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f179bd
)
Re-disable -Wsign-compare for now. I didn't catch all occurrences
author
Eric Fiselier
<eric@efcs.ca>
Sun, 11 Dec 2016 05:45:55 +0000
(
05:45
+0000)
committer
Eric Fiselier
<eric@efcs.ca>
Sun, 11 Dec 2016 05:45:55 +0000
(
05:45
+0000)
llvm-svn: 289366
libcxx/test/libcxx/test/config.py
patch
|
blob
|
history
diff --git
a/libcxx/test/libcxx/test/config.py
b/libcxx/test/libcxx/test/config.py
index
0bd775d
..
20441d4
100644
(file)
--- a/
libcxx/test/libcxx/test/config.py
+++ b/
libcxx/test/libcxx/test/config.py
@@
-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')