]> git.saurik.com Git - wxWidgets.git/commit
Fix harmless warning from g++ 4.8 in C11 mode.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 May 2012 12:30:47 +0000 (12:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 May 2012 12:30:47 +0000 (12:30 +0000)
commitef5fe20c795be38940d3f8ba4424cf26234e6d6f
tree86c357a0e9a2c856a8b4cf19ae23c28c39da8a68
parent32423dd8248d13625e8eedd10298601e5313a393
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
include/wx/defs.h