define debugging log functions as (empty inline) wxLogNop() instead of nothing in...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Sep 2006 13:45:06 +0000 (13:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 9 Sep 2006 13:45:06 +0000 (13:45 +0000)
commit388a1f6624aef8891ed91d3b03e170d40b074ea9
treebb8e71381e53aa9a54358c0485291aa702654e6e
parentfe8635a7e78715344f0f4b6abc9d797931429333
define debugging log functions as (empty inline) wxLogNop() instead of nothing in the release builds, this ensures that we have the same code structure in debug/release builds and so there are no bugs when these functions are used inside if/else while also ensuring that even dumbest compilers do remove them completely in release builds

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