From cdc1cfb3e51f3caddc1f290b46dc789c036f22ed Mon Sep 17 00:00:00 2001 From: Sasha Levitskiy Date: Thu, 10 Apr 2014 17:10:21 -0700 Subject: Cleanup: warning fixit. bootable/recovery has a dependent commit: I9adb470b04e4301989d128c9c3097b21b4dea431 Change-Id: Icf23e659265d71d5226d527c2b40cfbc132320ee Signed-off-by: Sasha Levitskiy --- healthd/healthd_board_default.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'healthd/healthd_board_default.cpp') diff --git a/healthd/healthd_board_default.cpp b/healthd/healthd_board_default.cpp index b2bb516..ed4ddb4 100644 --- a/healthd/healthd_board_default.cpp +++ b/healthd/healthd_board_default.cpp @@ -16,13 +16,13 @@ #include -void healthd_board_init(struct healthd_config *config) +void healthd_board_init(struct healthd_config*) { // use defaults } -int healthd_board_battery_update(struct android::BatteryProperties *props) +int healthd_board_battery_update(struct android::BatteryProperties*) { // return 0 to log periodic polled battery status to kernel log return 0; -- cgit v1.1