]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Replace non-ascii characters to fix MSVC warning
authorFantasqueX <fantasquex@gmail.com>
Thu, 19 Sep 2024 16:05:26 +0000 (00:05 +0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 20 Sep 2024 11:21:27 +0000 (13:21 +0200)
zbuild.h

index 4e9d4035041549395ef91b228efea96c13a2645a..12e88bd23a766d6783d1666b2f1a0b1b93f00da1 100644 (file)
--- a/zbuild.h
+++ b/zbuild.h
 /*
  * __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