From db88aafcf03a0957728480024bf363920c7b0b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Sat, 19 Jul 2025 21:37:22 +0100 Subject: [PATCH] const up strings array to get it out of the .data section --- src/clew.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clew.c b/src/clew.c index dbdddfc..d088dd0 100644 --- a/src/clew.c +++ b/src/clew.c @@ -317,7 +317,7 @@ int clewInit() const char* clewErrorString(cl_int error) { - static const char* strings[] = + static const char* const strings[] = { // Error Codes "CL_SUCCESS" // 0