corrected WX_DEFINE_VARARG_FUNC_NOP usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -613,10 +613,10 @@ DECLARE_LOG_FUNCTION_PUBLIC(SysError);
|
|||||||
#define wxLogTrace(mask, fmt, ...) wxLogNop()
|
#define wxLogTrace(mask, fmt, ...) wxLogNop()
|
||||||
#else // !HAVE_VARIADIC_MACROS
|
#else // !HAVE_VARIADIC_MACROS
|
||||||
//inline void wxLogDebug(const wxString& fmt, ...) {}
|
//inline void wxLogDebug(const wxString& fmt, ...) {}
|
||||||
WX_DEFINE_VARARG_FUNC_NOP(wxLogDebug, wxLogNopVararg)
|
WX_DEFINE_VARARG_FUNC_NOP(wxLogDebug)
|
||||||
//inline void wxLogTrace(wxTraceMask, const wxString& fmt, ...) {}
|
//inline void wxLogTrace(wxTraceMask, const wxString& fmt, ...) {}
|
||||||
//inline void wxLogTrace(const wxString&, const wxString& fmt, ...) {}
|
//inline void wxLogTrace(const wxString&, const wxString& fmt, ...) {}
|
||||||
WX_DEFINE_VARARG_FUNC_NOP(wxLogTrace, wxLogNopVararg)
|
WX_DEFINE_VARARG_FUNC_NOP(wxLogTrace)
|
||||||
#endif // HAVE_VARIADIC_MACROS/!HAVE_VARIADIC_MACROS
|
#endif // HAVE_VARIADIC_MACROS/!HAVE_VARIADIC_MACROS
|
||||||
#endif // debug/!debug
|
#endif // debug/!debug
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user