netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=64a9085e3ebe54d794669793c376fd42b840fe7e
commit 64a9085e3ebe54d794669793c376fd42b840fe7e Author: Alastair Poole <nets...@gmail.com> Date: Mon Sep 7 15:42:39 2020 +0100 clang: shhhh --- src/bin/system/machine/cpu.bogox | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/system/machine/cpu.bogox b/src/bin/system/machine/cpu.bogox index d2f351c..c9bb0db 100644 --- a/src/bin/system/machine/cpu.bogox +++ b/src/bin/system/machine/cpu.bogox @@ -383,6 +383,7 @@ system_cpu_frequency_min_max_get(int *min, int *max) #elif defined(__OpenBSD__) #endif + (void) freq_min; (void) freq_max; return -1; } --