From 352fcdf54d201528fe722ab7da3d7926bcc601f5 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 20 Nov 2022 22:13:22 +0100 Subject: [PATCH] glcd: fix warning: statement is a reference, not call Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/1a0bd4023c2c2e49b2b6d050402d740a66311f9e Author: vanhofen Date: 2022-11-20 (Sun, 20 Nov 2022) Origin message was: ------------------ - glcd: fix warning: statement is a reference, not call ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/glcd/weather.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/glcd/weather.cpp b/src/driver/glcd/weather.cpp index 694a5a5dc..f5b9bd3f5 100644 --- a/src/driver/glcd/weather.cpp +++ b/src/driver/glcd/weather.cpp @@ -53,7 +53,7 @@ int standby_weather_fontsize; void InitWeather() { - WeatherUpdateFonts; + WeatherUpdateFonts(); } void WeatherUpdateFonts()