From: Michael Tremer Date: Fri, 27 Mar 2026 17:22:25 +0000 (+0000) Subject: graphs: processor temperature: Make the supported sensors static X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4c0c166291caa0c0a1615298d2e0634b2ac22187;p=telemetry.git graphs: processor temperature: Make the supported sensors static Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graphs/processor-temperature.c b/src/daemon/graphs/processor-temperature.c index aa19b86..d749d55 100644 --- a/src/daemon/graphs/processor-temperature.c +++ b/src/daemon/graphs/processor-temperature.c @@ -27,7 +27,7 @@ #include "graph.h" #include "processor-temperature.h" -const char* supported_sensors[] = { +static const char* supported_sensors[] = { // Intel "coretemp-*", // AMD