From b8515d8e0376e300ed17598f0288fad0e6ae0d89 Mon Sep 17 00:00:00 2001 From: Kyle Repinski Date: Fri, 27 Nov 2015 06:56:16 -0600 Subject: Fix building with Clang. --- power/power_tuna.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'power') diff --git a/power/power_tuna.c b/power/power_tuna.c index c2029a3..d0157d7 100644 --- a/power/power_tuna.c +++ b/power/power_tuna.c @@ -151,7 +151,7 @@ static void tuna_power_set_interactive(struct power_module *module, int on) } static void tuna_power_hint(struct power_module *module, power_hint_t hint, - void *data) + void *data __unused) { struct tuna_power_module *tuna = (struct tuna_power_module *) module; char buf[80]; -- cgit v1.1