From c1384375bc55c41bc79a1e1bcce57ffee263b52d Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Fri, 9 Jan 2026 13:05:25 +0100 Subject: Fix some minor compiler warnings --- plugins/check_snmp.d/check_snmp_helpers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/check_snmp.d/check_snmp_helpers.h') diff --git a/plugins/check_snmp.d/check_snmp_helpers.h b/plugins/check_snmp.d/check_snmp_helpers.h index 0f7780b1..95b361ac 100644 --- a/plugins/check_snmp.d/check_snmp_helpers.h +++ b/plugins/check_snmp.d/check_snmp_helpers.h @@ -66,6 +66,6 @@ typedef struct state_key_struct { } state_key; state_data *np_state_read(state_key stateKey); -state_key np_enable_state(char *keyname, int expected_data_version, char *plugin_name, int argc, - char **argv); +state_key np_enable_state(char *keyname, int expected_data_version, const char *plugin_name, + int argc, char **argv); void np_state_write_string(state_key stateKey, time_t timestamp, char *stringToStore); -- cgit v1.2.3-74-g34f1