e system cpufreq - silence bsd warnings for unused params and ifdefs

This commit is contained in:
Carsten Haitzler 2020-01-15 16:37:05 +01:00
parent fb9948738b
commit 72a2f7e8aa
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ _cb_cpufreq_freq(void *data EINA_UNUSED, const char *params)
} }
static void 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 // NAME
#if defined __OpenBSD__ #if defined __OpenBSD__
@ -123,7 +123,7 @@ _cb_cpufreq_governor(void *data EINA_UNUSED, const char *params)
} }
static void 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 // MIN_PERC MAX_PERC TURBO
#if defined __OpenBSD__ #if defined __OpenBSD__