From: FantasqueX Date: Thu, 19 Sep 2024 16:05:26 +0000 (+0800) Subject: Replace non-ascii characters to fix MSVC warning X-Git-Tag: 2.2.3~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a689e107c316a0cbf0850fbd38fcf2e0f2b0cf55;p=thirdparty%2Fzlib-ng.git Replace non-ascii characters to fix MSVC warning --- diff --git a/zbuild.h b/zbuild.h index 4e9d4035..12e88bd2 100644 --- a/zbuild.h +++ b/zbuild.h @@ -275,8 +275,8 @@ /* * __asan_loadN() and __asan_storeN() calls are inserted by compilers in order to check memory accesses. * They can be called manually too, with the following caveats: - * gcc says: "warning: implicit declaration of function ‘...’" - * g++ says: "error: new declaration ‘...’ ambiguates built-in declaration ‘...’" + * gcc says: "warning: implicit declaration of function '...'" + * g++ says: "error: new declaration '...' ambiguates built-in declaration '...'" * Accommodate both. */ #ifdef Z_ADDRESS_SANITIZER