sdm660: Use -Werror in folio_daemon
* Remove unused local variable. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I96228277b9c81b71e73e4e376d86cdea6cbcb647
This commit is contained in:
parent
725e0b3f2e
commit
a40685ba7a
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ LOCAL_C_INCLUDES :=
|
|||
|
||||
LOCAL_CFLAGS := $(common_flags) -DLOG_TAG=\"folio_daemon\" -DLOG_NDEBUG=0
|
||||
|
||||
LOCAL_CFLAGS += -Wall -Werror
|
||||
|
||||
LOCAL_CLANG := true
|
||||
LOCAL_MODULE := folio_daemon
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
|
Loading…
Reference in a new issue