From dce4a5c3543c07d5e1573120cc9a9f4d91e0edc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20S=C3=B6derqvist?= Date: Mon, 13 Jan 2025 12:40:19 +0100 Subject: [PATCH] Fix sds unit test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Viktor Söderqvist --- src/unit/test_sds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unit/test_sds.c b/src/unit/test_sds.c index 30f25e4f6f..7972963892 100644 --- a/src/unit/test_sds.c +++ b/src/unit/test_sds.c @@ -6,7 +6,7 @@ #include "../sds.h" #include "../sdsalloc.h" -static sds sdsTestTemplateCallback(sds varname, void *arg) { +static sds sdsTestTemplateCallback(const_sds varname, void *arg) { UNUSED(arg); static const char *_var1 = "variable1"; static const char *_var2 = "variable2";