Eliminate -Wzero-as-null-pointer-constant warnings in the headers
This commit is contained in:
@@ -91,7 +91,7 @@ typedef int wxEventType;
|
||||
wxEventTableEntry(type, winid, idLast, wxNewEventTableFunctor(type, fn), obj)
|
||||
|
||||
#define wxDECLARE_EVENT_TABLE_TERMINATOR() \
|
||||
wxEventTableEntry(wxEVT_NULL, 0, 0, 0, 0)
|
||||
wxEventTableEntry(wxEVT_NULL, 0, 0, NULL, NULL)
|
||||
|
||||
// generate a new unique event type
|
||||
extern WXDLLIMPEXP_BASE wxEventType wxNewEventType();
|
||||
|
Reference in New Issue
Block a user