From 0f63e93cf6c87cf37ae48115b426fa5cee756996 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 8 Jul 2014 14:47:13 +0400 Subject: [PATCH] Remove non-ASCII characters. --- src/init_from_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init_from_settings.cpp b/src/init_from_settings.cpp index 9d8fb19..a4d431c 100644 --- a/src/init_from_settings.cpp +++ b/src/init_from_settings.cpp @@ -19,7 +19,7 @@ && (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 // This warning is caused by a compiler bug which is exposed when boost::optional is used: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47679 // It has to be disabled here, before any code is included, since otherwise it doesn't help and the warning is still emitted. -// ‘*((void*)& foo +2)’ may be used uninitialized in this function +// '*((void*)& foo +2)' may be used uninitialized in this function #pragma GCC diagnostic ignored "-Wmaybe-uninitialized" #endif