]> git.saurik.com Git - wxWidgets.git/commit
Fix harmless g++ warning about using NULL for non-pointer.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Nov 2009 09:56:52 +0000 (09:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 18 Nov 2009 09:56:52 +0000 (09:56 +0000)
commit46d1cdb44ca2add69ee9103e6ef1bd1d51c2230c
tree5363c89e2b18dfcbbf3145b328a6e63e34bbce8d
parent0f506ded1a65f473de9d2810f6ad526741417809
Fix harmless g++ warning about using NULL for non-pointer.

PostQueuedCompletionStatus() may be either an int or a pointer, pass 0 instead
of NULL when we don't care about its value anyhow.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/fswatcher.h