netstar pushed a commit to branch master. http://git.enlightenment.org/apps/evisum.git/commit/?id=2c0ece60080a512dffdcceeba3ee394acc274431
commit 2c0ece60080a512dffdcceeba3ee394acc274431 Author: Alastair Poole <[email protected]> Date: Tue Jun 16 14:39:04 2020 +0100 macos: fix build --- src/bin/system/machine.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/system/machine.c b/src/bin/system/machine.c index 7fbe112..4e2ff05 100644 --- a/src/bin/system/machine.c +++ b/src/bin/system/machine.c @@ -736,7 +736,6 @@ _sensors_thermal_get(Sys_Info *sysinfo) closedir(dir); #elif defined(__MacOS__) - *temperature = INVALID_TEMP; #endif sysinfo->sensors = sensors; } --
