renamed ATTRIBUTE_PRINTF to WX_ATTRIBUTE_PRINTF to avoid naming conflicts (e.g. with latest libxml2)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1760,7 +1760,7 @@ static void TestRegExInteractive()
|
||||
#undef wxPrintf
|
||||
#undef wxSprintf
|
||||
|
||||
// NB: do _not_ use ATTRIBUTE_PRINTF here, we have some invalid formats
|
||||
// NB: do _not_ use WX_ATTRIBUTE_PRINTF here, we have some invalid formats
|
||||
// in the tests below
|
||||
int wxPrintf( const wxChar *format, ... );
|
||||
int wxSprintf( wxChar *str, const wxChar *format, ... );
|
||||
|
Reference in New Issue
Block a user