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:
Chih-Hung Hsieh 2017-11-06 14:24:20 -08:00 committed by Max Weffers
parent 725e0b3f2e
commit a40685ba7a
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -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