From 1eace3a997cac6a98091238c6f71a2279183b1ad Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Thu, 9 Apr 2026 14:54:08 +0200 Subject: Fix/compiler warnings (#2255) * Fix compiler warning about comparing different signedness * Fix compiler warning about constant strings --- plugins/check_real.d/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_real.d/config.h') diff --git a/plugins/check_real.d/config.h b/plugins/check_real.d/config.h index 2d99ad49..15b70b98 100644 --- a/plugins/check_real.d/config.h +++ b/plugins/check_real.d/config.h @@ -17,7 +17,7 @@ typedef struct { int server_port; char *server_url; - char *server_expect; + const char *server_expect; mp_thresholds time_thresholds; -- cgit v1.2.3-74-g34f1