commit | 53afe27ef9b2fd455661613f9ee89a023d3ca631 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Thu Dec 06 12:33:30 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 06 12:33:30 2018 +0000 |
tree | 5df6c1a949585409dbf6715c296305843d8c24a5 | |
parent | a7a432fb82493bc10b1ebe50941e73a88815fa43 [diff] | |
parent | f993e7797dc5f1040e39ad9ca1bad27fa0ca66b8 [diff] |
Merge "Revert "Remove unneeded -Wno-constant-logical-operand flag""
diff --git a/cc/config/clang.go b/cc/config/clang.go index 0b2190c..46d8528 100644 --- a/cc/config/clang.go +++ b/cc/config/clang.go
@@ -186,6 +186,9 @@ // 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",