diff options
| author | Sasha Levitskiy <sanek@google.com> | 2014-04-11 23:54:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-04-11 23:54:05 +0000 |
| commit | 835526fdc035cad6d712a7098d0eae37b3995d2c (patch) | |
| tree | a430a147ff40a82058ac8316be127dab59d6f4fc /healthd/healthd_board_default.cpp | |
| parent | 2f365509eb8a3696feb8063ba8e17ebd12beb7ff (diff) | |
| parent | cdc1cfb3e51f3caddc1f290b46dc789c036f22ed (diff) | |
| download | system_core-835526fdc035cad6d712a7098d0eae37b3995d2c.zip system_core-835526fdc035cad6d712a7098d0eae37b3995d2c.tar.gz system_core-835526fdc035cad6d712a7098d0eae37b3995d2c.tar.bz2 | |
Merge "Cleanup: warning fixit."
Diffstat (limited to 'healthd/healthd_board_default.cpp')
| -rw-r--r-- | healthd/healthd_board_default.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 <healthd.h> -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; |
