Merge "init: unused paramter warning messages"

This commit is contained in:
Mark Salyzyn 2014-04-01 22:38:58 +00:00 committed by Gerrit Code Review
commit 5b0ad96351

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