Remove unneeded -Wno-deprecated-register flag

Test: m checkbuild
Change-Id: I030a66b8a484673caf3a96a844dc26954e08071a
This commit is contained in:
Yi Kong 2018-12-07 14:05:31 -08:00
parent adeb54c811
commit 02c0ad48ba
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ func init() {
"-Wno-zero-as-null-pointer-constant",
// Warnings from clang-7.0
"-Wno-deprecated-register",
"-Wno-sign-compare",
// Warnings from clang-8.0