Allow warnings in modules/camera/3_4.
* This directory still has many warnings to fix. Bug: 66996870 Test: normal build Exempt-From-Owner-Approval: quick fix for broken build Change-Id: I7f3cef3016ba16cb7ddbe6721cf74c71c1cbf1a2
This commit is contained in:
parent
df84805752
commit
37ee37170d
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ v4l2_shared_libs := \
|
|||
|
||||
v4l2_static_libs :=
|
||||
|
||||
v4l2_cflags := -fno-short-enums -Wall -Wextra -Werror -fvisibility=hidden
|
||||
v4l2_cflags := -fno-short-enums -Wall -Wextra -fvisibility=hidden
|
||||
|
||||
v4l2_c_includes := $(call include-path-for, camera)
|
||||
|
||||
|
|
Loading…
Reference in a new issue