Merge "Enable -Wnull-dereference globally"

This commit is contained in:
Treehugger Robot
2023-02-09 22:37:21 +00:00
committed by Gerrit Code Review

View File

@@ -207,10 +207,7 @@ var (
"-Werror=fortify-source",
"-Werror=address-of-temporary",
// Bug: http://b/29823425 Disable -Wnull-dereference until the
// new cases detected by this warning in Clang r271374 are
// fixed.
//"-Werror=null-dereference",
"-Werror=null-dereference",
"-Werror=return-type",
// http://b/72331526 Disable -Wtautological-* until the instances detected by these