Merge "Allow implicit-fallthrough warnings locally." am: e45fc974db
am: 7da8404d40
am: f68d1864d9
Change-Id: Id3dfe43b6d433e7cc627d294e7397622fa680897
This commit is contained in:
commit
1d8e980e25
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ cc_defaults {
|
||||||
"-Wall",
|
"-Wall",
|
||||||
"-Werror",
|
"-Werror",
|
||||||
"-Wextra",
|
"-Wextra",
|
||||||
|
// Allow implicit fallthroughs in HidRawSensor.cpp until they are fixed.
|
||||||
|
"-Wno-error=implicit-fallthrough",
|
||||||
],
|
],
|
||||||
export_include_dirs: ["."],
|
export_include_dirs: ["."],
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue