Suppress null-pointer-arithmetic warning
Test: m checkbuild Bug: 72331524 Change-Id: I592abac6402809d126ad83fe6a79551bf068e90c
This commit is contained in:
parent
5c4c33397c
commit
9908df5214
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ cc_library_static {
|
|||
"-Wall",
|
||||
"-Werror",
|
||||
"-Wno-unused-variable",
|
||||
"-Wno-null-pointer-arithmetic",
|
||||
],
|
||||
|
||||
export_include_dirs: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue