From a9f2b04e53404c4c7d29ca7cbe12a36acf822ec4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 18 Jan 2026 13:21:03 +0900 Subject: Fix 'ISO C++11 forbids converting a string constant to char*' warnings Signed-off-by: Michele Calgaro --- src/modules/about/abouttext.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/about') diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc index c35fc17..6e5c0b1 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -1,4 +1,4 @@ -static char * g_szAboutText = "" \ +static const char *g_szAboutText = "" \ "" \ "" \ "Honor and glory" \ -- cgit v1.2.3