From: Vadim Zeitlin Date: Sun, 20 May 2012 12:30:47 +0000 (+0000) Subject: Fix harmless warning from g++ 4.8 in C11 mode. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ef5fe20c795be38940d3f8ba4424cf26234e6d6f Fix harmless warning from g++ 4.8 in C11 mode. g++ 4.8 recognizes "cpu" in WX_CC_MANIFEST expansion as a user-defined literal suffix, add spaces around it to prevent this from happening. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/defs.h b/include/wx/defs.h index 86fa0c820d..d459390389 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -3282,7 +3282,7 @@ typedef const void* WXWidget; "/manifestdependency:\"type='win32' \ name='Microsoft.Windows.Common-Controls' \ version='6.0.0.0' \ - processorArchitecture='"cpu"' \ + processorArchitecture='" cpu "' \ publicKeyToken='6595b64144ccf1df' \ language='*'\""