]> git.saurik.com Git - wxWidgets.git/commit - src/common/msgout.cpp
Suppress harmless clang 3.3 warning about unused wxMessageOutputBest field.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jul 2013 01:31:36 +0000 (01:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 15 Jul 2013 01:31:36 +0000 (01:31 +0000)
commitb4123b5b9dd8fd58592cc8af907ed5bc8628a927
tree75f9a7be783421214b248be9c59a2a03e1a2ffd0
parent70a5b9059ea94eab34e1f1ab8f11228cc0b8ed5c
Suppress harmless clang 3.3 warning about unused wxMessageOutputBest field.

Clang detects that a class member is unused (under non-Windows systems) which
is quite impressive but not really useful in this particular case, so suppress
this warning by "using" it.

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