Suppress harmless g++ 4.4 warnings about missing braces.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:14:08 +0000 (17:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Oct 2010 17:14:08 +0000 (17:14 +0000)
commit4cfee1efef0cdca4e40c7d902dbcccf46224c97e
treedab3bcd8f6de2ed34e9f68810cd13e59b08c059c
parenta9afb0576c1b6c1d426688597891d34dd94a9418
Suppress harmless g++ 4.4 warnings about missing braces.

Put braces around MSW-only wxLogXXX() calls to avoid warnings when building
with MinGW 4.4+.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/translation.cpp