Globally enable -Wdefaulted-function-deleted.

Bug: 241680050
Test: presubmit
Change-Id: Ic144a20bc2c7e3fa604bd7cc37b676e26c2fb5ee
This commit is contained in:
Krzysztof Kosiński
2022-08-07 11:05:33 +00:00
parent 1f039780e0
commit bcdb000caa

View File

@@ -91,9 +91,6 @@ var (
// 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",