Merge "Globally enable -Wdefaulted-function-deleted."

This commit is contained in:
Krzysztof Kosiński 2022-10-21 04:29:12 +00:00 committed by Gerrit Code Review
commit e0774afdd0

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",