]> git.saurik.com Git - wxWidgets.git/commit
Correct g++ 4.x warnings about suggested explicit braces.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2010 22:11:10 +0000 (22:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Sep 2010 22:11:10 +0000 (22:11 +0000)
commit784a3130f8d2b63d5b02ce6e8c7496269df63731
tree7404958a75cdec797a128f4f99a65f2ce163bcef
parent36b7e3a2ec660d16923df438a99d87dd4550fdea
Correct g++ 4.x warnings about suggested explicit braces.

Several warnings were generated for wxLogLastError() calls inside
CALL_CARET_API macro by MinGW 4.4. Fix them by adding the extra braces.

See also r61475.

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