We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e19f15 commit a689e10Copy full SHA for a689e10
1 file changed
zbuild.h
@@ -275,8 +275,8 @@
275
/*
276
* __asan_loadN() and __asan_storeN() calls are inserted by compilers in order to check memory accesses.
277
* They can be called manually too, with the following caveats:
278
- * gcc says: "warning: implicit declaration of function ‘...’"
279
- * 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 '...'"
280
* Accommodate both.
281
*/
282
#ifdef Z_ADDRESS_SANITIZER
0 commit comments