From 8576c478f805f46eb17877a208ac43ce4552fd8b Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 2 Aug 2025 12:34:18 +0200 Subject: [PATCH] const size --- tests/unit/unit2604.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/unit2604.c b/tests/unit/unit2604.c index a911a5365e..3002d84ec0 100644 --- a/tests/unit/unit2604.c +++ b/tests/unit/unit2604.c @@ -49,7 +49,7 @@ static CURLcode test_unit2604(const char *arg) /* 540 a's */ #define SA540 SA60 SA60 SA60 SA60 SA60 SA60 SA60 SA60 SA60 int i; - size_t too_long = 90720; + const size_t too_long = 90720; struct set list[] = { { "-too-long-", "", "", "", CURLE_TOO_LARGE}, { SA540 " c", SA540, "c", "/", CURLE_OK},