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_smtp.d/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/check_smtp.d') diff --git a/plugins/check_smtp.d/config.h b/plugins/check_smtp.d/config.h index b0d42ed1..47826362 100644 --- a/plugins/check_smtp.d/config.h +++ b/plugins/check_smtp.d/config.h @@ -40,8 +40,8 @@ typedef struct { bool use_proxy_prefix; #ifdef HAVE_SSL - int days_till_exp_warn; - int days_till_exp_crit; + unsigned int days_till_exp_warn; + unsigned int days_till_exp_crit; bool use_ssl; bool use_starttls; bool use_sni; -- cgit v1.2.3-74-g34f1