am 022fa5cc: am 7f92f390: am 5b0ad963: Merge "init: unused paramter warning messages"

* commit '022fa5cc85f80f828c203f344617365d867b9137':
  init: unused paramter warning messages
This commit is contained in:
Mark Salyzyn 2014-04-02 00:03:25 +00:00 committed by Android Git Automerger
commit d89c68e217
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ LOCAL_SRC_FILES:= \
ueventd_parser.c \
watchdogd.c
LOCAL_CFLAGS += -Wno-unused-parameter
ifeq ($(strip $(INIT_BOOTCHART)),true)
LOCAL_SRC_FILES += bootchart.c
LOCAL_CFLAGS += -DBOOTCHART=1