]> git.saurik.com Git - wxWidgets.git/commit
Fix harmless warning about NULL in wxStyledTextCtrl code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2013 00:42:11 +0000 (00:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2013 00:42:11 +0000 (00:42 +0000)
commitff0d660405e85eb4b411edb0cafc6c6f7733ae55
tree50d935858060745673856880d7bbb566f229cd09
parent79fdb1d1f7e17a858efc2dfc69bdc99fbd386a9d
Fix harmless warning about NULL in wxStyledTextCtrl code.

Cast NULL to the type of third argument of SendMsg() explicitly to avoid a
warning about it from Ubuntu g++ 4.6.

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