commit | 080c2455a3b96fc8a49e78d3a3c62d4dbb48c621 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 06 16:52:47 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 06 16:52:47 2018 +0000 |
tree | 204ad211f4549185cc1fce1c28d86dc7c7e242c2 | |
parent | 53afe27ef9b2fd455661613f9ee89a023d3ca631 [diff] | |
parent | 5172a8b50efa573ea1aaf98f4bdd24ed1cafd74b [diff] |
Merge "Move to toybox unix2dos(1)."
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",