git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24236
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// sometimes the value of a variable is *really* not used, to suppress the
// resulting warning you may pass it to this function
// sometimes the value of a variable is *really* not used, to suppress the
// resulting warning you may pass it to this function
inline void wxUnusedVar(const T& WXUNUSED(t)) { }
// ----------------------------------------------------------------------------
inline void wxUnusedVar(const T& WXUNUSED(t)) { }
// ----------------------------------------------------------------------------