From 8b094e8af3215bed1c3c3c662e4b93163dac6bbc Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 15 Mar 2024 20:42:42 +0100 Subject: Fix a bunch of compiler warnings, particularly for old compilers Works now much better with old C99 and C++98 standard compilers. Fixed: C++ comments in C files and headers included by C files. There are still some warnings with C90 though but these would be hard to fix and left as-is for now. test/fractals.cxx: some arrays were too small by 1, or the compiler warned at least (false positive?). Anyway, it's fixed now. --- src/xutf8/utf8Wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xutf8') diff --git a/src/xutf8/utf8Wrap.c b/src/xutf8/utf8Wrap.c index 5ca8f25d4..4a2b45bb6 100644 --- a/src/xutf8/utf8Wrap.c +++ b/src/xutf8/utf8Wrap.c @@ -37,7 +37,7 @@ */ /* The ARM header files have a bug by not taking into account that ARM cpu - * likes packing to 4 bytes. This little trick defines our own version of + * likes padding to 4 bytes. This little trick defines our own version of * XChar2b which does not have this problem */ -- cgit v1.2.3