2
0
mirror of https://github.com/boostorg/log.git synced 2026-02-18 02:02:14 +00:00

Remove non-ASCII characters.

This commit is contained in:
Andrey Semashev
2014-07-08 14:47:13 +04:00
parent d706f38e5b
commit 0f63e93cf6

View File

@@ -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