commit | e0774afdd06525e20d954c86178defe8459f0de4 | [log] [tgz] |
---|---|---|
author | Krzysztof KosiĆski <krzysio@google.com> | Fri Oct 21 04:29:12 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 21 04:29:12 2022 +0000 |
tree | ebb0a83de318e1259deb2c68dbab1b6f965c30be | |
parent | 26e62c8d74f4dacf3db32577bae368b21ee0f3fa [diff] | |
parent | bcdb000caa8dba87571700b8c9ff94de0f4524e5 [diff] |
Merge "Globally enable -Wdefaulted-function-deleted."
diff --git a/cc/config/global.go b/cc/config/global.go index f6fcc13..e6b9459 100644 --- a/cc/config/global.go +++ b/cc/config/global.go
@@ -91,9 +91,6 @@ // Warnings from clang-7.0 "-Wno-sign-compare", - // Warnings from clang-8.0 - "-Wno-defaulted-function-deleted", - // Disable -Winconsistent-missing-override until we can clean up the existing // codebase for it. "-Wno-inconsistent-missing-override",