commit | a7a432fb82493bc10b1ebe50941e73a88815fa43 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 06 03:36:11 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 06 03:36:11 2018 +0000 |
tree | f89e1a66526ac3bdf5e6b2b7bafcc157a2d8d58f | |
parent | 2ae275982413de600ae9c66ccdcdbfb3c6132aba [diff] | |
parent | 4f0ce757aa2bc039bf143087fe586d9b587c5e5c [diff] |
Merge "Remove unneeded -Wno-constant-logical-operand flag"
diff --git a/cc/config/clang.go b/cc/config/clang.go index 46d8528..0b2190c 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go
@@ -186,9 +186,6 @@ // compatibility. "-Wno-c++98-compat-extra-semi", - // Disable this warning until we can fix all instances where it fails. - "-Wno-constant-logical-operand", - // Disable this warning because we don't care about behavior with older compilers. "-Wno-return-std-move-in-c++11",