From 72a2f7e8aaef707fc654b1095b2609f043ab2d14 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 15 Jan 2020 16:37:05 +0100 Subject: [PATCH] e system cpufreq - silence bsd warnings for unused params and ifdefs --- src/bin/system/e_system_cpufreq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/system/e_system_cpufreq.c b/src/bin/system/e_system_cpufreq.c index 31d2ed34a..dbe12ddc6 100644 --- a/src/bin/system/e_system_cpufreq.c +++ b/src/bin/system/e_system_cpufreq.c @@ -101,7 +101,7 @@ _cb_cpufreq_freq(void *data EINA_UNUSED, const char *params) } static void -_cb_cpufreq_governor(void *data EINA_UNUSED, const char *params) +_cb_cpufreq_governor(void *data EINA_UNUSED, const char *params EINA_UNUSED) { // NAME #if defined __OpenBSD__ @@ -123,7 +123,7 @@ _cb_cpufreq_governor(void *data EINA_UNUSED, const char *params) } static void -_cb_cpufreq_pstate(void *data EINA_UNUSED, const char *params) +_cb_cpufreq_pstate(void *data EINA_UNUSED, const char *params EINA_UNUSED) { // MIN_PERC MAX_PERC TURBO #if defined __OpenBSD__