DescriptionAdd -Wsign-compare for C++ compilation on linux & friends.
g++ -Wall includes -Wsign-compare on C++ source, but clang++ doesn't.
(this is a 2nd attempt to land this change, after 79846 had to be rolled back
because clang's -Wsign-compare semantics were different from gcc's; this has
been fixed in clang 135664)
BUG=none
TEST=chrome builds w/ rolled clang, trybots
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93837
Patch Set 1 : . #
Total comments: 1
Patch Set 2 : . #Messages
Total messages: 6 (0 generated)
|