Fix harmless unused parameter warnings in wxDEBUG_LEVEL==0 build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Jul 2010 13:42:49 +0000 (13:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 22 Jul 2010 13:42:49 +0000 (13:42 +0000)
commitf675b4f521c6696648674d8901e2d6162ab5e2fb
treedd2732692292257217db5236015762cb8f060121
parentf5d5adf87d9053fc8ec293c15c36677fc2e72475
Fix harmless unused parameter warnings in wxDEBUG_LEVEL==0 build.

These warnings were harmless as they concerned the parameters used inside
wxASSERTs only but there were hundreds if not thousands of them in
wx/strvararg.h alone so all the rest of build output was completely lost in
them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/strvararg.h
src/common/intl.cpp
src/gtk/evtloop.cpp